home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python1.4_Source / Modules / protos / newmodule_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-24  |  331 b   |  8 lines

  1.  
  2. /* newmodule.c */
  3. static object *new_instance ( object *unused , object *args );
  4. static object *new_instancemethod ( object *unused , object *args );
  5. static object *new_code ( object *unused , object *args );
  6. static object *new_module ( object *unused , object *args );
  7. static object *new_class ( object *unused , object *args );
  8.